home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/appkit.h>
-
- #define square(x,y) {y = x * x;}
- #define cube(x,y) {y = x * x * x;}
-
- extern const char *localString(const char *aString);
- extern const char *appDirectory();
- extern BOOL isThereSwapSpace(int imageSize);
- extern char *stripnl(char *s);
- extern char *execstr(char *s);
- extern char **addFile(const char *file, char **list, int count, NXZone *zone);
- extern void freeList(char **list);
- extern NXRect *calcFrame(id printInfo, NXRect *viewRect);
- extern void fillMemory(unsigned char *ptr, int numBytes);
- extern void strtoRect( char *, NXRect * );
- extern BOOL includesType(const NXAtom *types, NXAtom type);
-